home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / inetutil.1 / inetutil / inetutils-1.1 / headers / config.h.in < prev    next >
Encoding:
Text File  |  1996-08-01  |  7.0 KB  |  249 lines

  1. /* headers/config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* inetutils-specific things to put in config.h.in
  3.  
  4.   Copyright (C) 1996 Free Software Foundation, Inc.
  5.  
  6.   This program is free software; you can redistribute it and/or modify
  7.   it under the terms of the GNU General Public License as published by
  8.   the Free Software Foundation; either version 2, or (at your option)
  9.   any later version.
  10.  
  11.   This program is distributed in the hope that it will be useful,
  12.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.   GNU General Public License for more details.
  15.  
  16.   You should have received a copy of the GNU General Public License
  17.   along with this program; if not, write to the Free Software
  18.   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  19.  
  20. /* Defining this causes gnu libc to act more like BSD.  */
  21. #define _BSD_SOURCE
  22.  
  23.  
  24. /* Define as the return type of signal handlers (int or void).  */
  25. #undef RETSIGTYPE
  26.  
  27. /* Define this symbol if authentication is enabled.  */
  28. #undef AUTHENTICATION
  29.  
  30. /* Define this symbol if connection encryption is enabled.  */
  31. #undef ENCRYPTION
  32.  
  33. /* Define this symbol if connection DES encryption is enabled.  */
  34. #undef DES_ENCRYPTION
  35.  
  36. /* Define this symbol if `struct osockaddr' is undefd in <sys/socket.h>.  */
  37. #undef HAVE_OSOCKADDR
  38.  
  39. /* Define this symbol if time fields in struct stat are of type `struct
  40.    timespec', and called `st_mtimespec' &c.  */
  41. #undef HAVE_ST_TIMESPEC
  42.  
  43. /* Define this symbol if in addition to the normal time fields in struct stat
  44.    (st_mtime &c), there are additional fields `st_mtime_usec' &c.  */
  45. #undef HAVE_ST_TIME_USEC
  46.  
  47. /* Define this if using Kerberos version 4.  */
  48. #undef KRB4
  49.  
  50. /* Define this to be `setpgrp' if on a BSD system that doesn't have setpgid. */
  51. #undef setpgid
  52.  
  53. /* Define this if __P is defined in <stdlib.h>.  */
  54. #undef HAVE___P
  55.  
  56. /* Define this if SYS_ERRLIST is declared in <stdio.h> or <errno.h>.  */
  57. #undef HAVE_SYS_ERRLIST_DECL
  58.  
  59. /* Define this if the system supplies the __PROGNAME variable.  */
  60. #undef HAVE___PROGNAME
  61.  
  62. /* Define this if the system defines snprintf.  */
  63. #undef HAVE_SNPRINTF
  64.  
  65. /* Define this if sig_t is declared by including <sys/types.h> & <signal.h> */
  66. #undef HAVE_SIG_T
  67.  
  68. /* Define this if gcc-style weak references work: ... __attribute__ ((weak)) */
  69. #undef HAVE_WEAK_REFS
  70.  
  71. /* Define this if #pragma weak references work: #pragma weak foo */
  72. #undef HAVE_PRAGMA_WEAK_REFS
  73.  
  74. /* Define this if gnu-as weak references work: asm (".weak foo") */
  75. #undef HAVE_ASM_WEAK_REFS
  76.  
  77. /* If EWOULDBLOCK isn't defined by <errno.h>, define it here.  */
  78. #undef EWOULDBLOCK
  79.  
  80. #ifdef HAVE___P
  81. /* The system defines __P; we tested for it in <sys/cdefs.h>, so include that
  82.    if we can.  */
  83. #ifdef HAVE_SYS_CDEFS_H
  84. #include <sys/cdefs.h>
  85. #endif
  86.  
  87. #ifndef HAVE_SIG_T
  88. typedef RETSIGTYPE (*sig_t) ();
  89. #endif
  90.  
  91. #endif /* HAVE___P */
  92.  
  93. /* Define if you have the cgetent function.  */
  94. #undef HAVE_CGETENT
  95.  
  96. /* Define if you have the crypt function.  */
  97. #undef HAVE_CRYPT
  98.  
  99. /* Define if you have the fpathconf function.  */
  100. #undef HAVE_FPATHCONF
  101.  
  102. /* Define if you have the logwtmp function.  */
  103. #undef HAVE_LOGWTMP
  104.  
  105. /* Define if you have the setutent_r function.  */
  106. #undef HAVE_SETUTENT_R
  107.  
  108. /* Define if you have the strdup function.  */
  109. #undef HAVE_STRDUP
  110.  
  111. /* Define if you have the tcgetattr function.  */
  112. #undef HAVE_TCGETATTR
  113.  
  114. /* Define if you have the uname function.  */
  115. #undef HAVE_UNAME
  116.  
  117. /* Define if you have the <des.h> header file.  */
  118. #undef HAVE_DES_H
  119.  
  120. /* Define if you have the <errno.h> header file.  */
  121. #undef HAVE_ERRNO_H
  122.  
  123. /* Define if you have the <krb.h> header file.  */
  124. #undef HAVE_KRB_H
  125.  
  126. /* Define if you have the <malloc.h> header file.  */
  127. #undef HAVE_MALLOC_H
  128.  
  129. /* Define if you have the <netinet/in_systm.h> header file.  */
  130. #undef HAVE_NETINET_IN_SYSTM_H
  131.  
  132. /* Define if you have the <netinet/ip.h> header file.  */
  133. #undef HAVE_NETINET_IP_H
  134.  
  135. /* Define if you have the <netinet/ip_icmp.h> header file.  */
  136. #undef HAVE_NETINET_IP_ICMP_H
  137.  
  138. /* Define if you have the <netinet/ip_var.h> header file.  */
  139. #undef HAVE_NETINET_IP_VAR_H
  140.  
  141. /* Define if you have the <stdarg.h> header file.  */
  142. #undef HAVE_STDARG_H
  143.  
  144. /* Define if you have the <stdlib.h> header file.  */
  145. #undef HAVE_STDLIB_H
  146.  
  147. /* Define if you have the <string.h> header file.  */
  148. #undef HAVE_STRING_H
  149.  
  150. /* Define if you have the <sys/cdefs.h> header file.  */
  151. #undef HAVE_SYS_CDEFS_H
  152.  
  153. /* Define if you have the <sys/ioctl_compat.h> header file.  */
  154. #undef HAVE_SYS_IOCTL_COMPAT_H
  155.  
  156. /* Define if you have the <sys/msgbuf.h> header file.  */
  157. #undef HAVE_SYS_MSGBUF_H
  158.  
  159. /* Define if you have the <sys/tty.h> header file.  */
  160. #undef HAVE_SYS_TTY_H
  161.  
  162. /* Define if you have the <sys/utsname.h> header file.  */
  163. #undef HAVE_SYS_UTSNAME_H
  164.  
  165. /* Define if you have the <termio.h> header file.  */
  166. #undef HAVE_TERMIO_H
  167.  
  168. /* Define if you have the <termios.h> header file.  */
  169. #undef HAVE_TERMIOS_H
  170.  
  171. /* Define if you have the <vis.h> header file.  */
  172. #undef HAVE_VIS_H
  173.  
  174. /* Define this symbol if authentication is enabled.  */
  175. #undef AUTHENTICATION
  176.  
  177. /* Define this symbol if connection encryption is enabled.  */
  178. #undef ENCRYPTION
  179.  
  180. /* Define this symbol if connection DES encryption is enabled.  */
  181. #undef DES_ENCRYPTION
  182.  
  183. /* Define this symbol if `struct osockaddr' is undefd in <sys/socket.h>.  */
  184. #undef HAVE_OSOCKADDR
  185.  
  186. /* Define this symbol if time fields in struct stat are of type `struct
  187.    timespec', and called `st_mtimespec' &c.  */
  188. #undef HAVE_ST_TIMESPEC
  189.  
  190. /* Define this symbol if in addition to the normal time fields in struct stat
  191.    (st_mtime &c), there are additional fields `st_mtime_usec' &c.  */
  192. #undef HAVE_ST_TIME_USEC
  193.  
  194. /* Define this if using Kerberos version 4.  */
  195. #undef KRB4
  196.  
  197. /* Define this to be `setpgrp' if on a BSD system that doesn't have setpgid. */
  198. #undef setpgid
  199.  
  200. /* Define this if __P is defined in <stdlib.h>.  */
  201. #undef HAVE___P
  202.  
  203. /* Define this if SYS_ERRLIST is declared in <stdio.h> or <errno.h>.  */
  204. #undef HAVE_SYS_ERRLIST_DECL
  205.  
  206. /* Define this if the system supplies the __PROGNAME variable.  */
  207. #undef HAVE___PROGNAME
  208.  
  209. /* Define this if the system defines snprintf.  */
  210. #undef HAVE_SNPRINTF
  211.  
  212. /* Define this if sig_t is declared by including <sys/types.h> & <signal.h> */
  213. #undef HAVE_SIG_T
  214.  
  215. /* Define this if gcc-style weak references work: ... __attribute__ ((weak)) */
  216. #undef HAVE_WEAK_REFS
  217.  
  218. /* Define this if #pragma weak references work: #pragma weak foo */
  219. #undef HAVE_PRAGMA_WEAK_REFS
  220.  
  221. /* Define this if gnu-as weak references work: asm (".weak foo") */
  222. #undef HAVE_ASM_WEAK_REFS
  223.  
  224. /* If EWOULDBLOCK isn't defined by <errno.h>, define it here.  */
  225. #undef EWOULDBLOCK
  226.  
  227.  
  228. #ifdef HAVE___P
  229. /* The system defines __P; we tested for it in <sys/cdefs.h>, so include that
  230.    if we can.  */
  231. #ifdef HAVE_SYS_CDEFS_H
  232. #include <sys/cdefs.h>
  233. #endif
  234.  
  235. #else /* !HAVE___P */
  236. /* If the system includes don't seem to define __P, do it here instead.  */
  237.  
  238. #if defined (__GNUC__) || (defined (__STDC__) && __STDC__) || defined (__cplusplus)
  239. #define    __P(args)    args    /* Use prototypes.  */
  240. #else
  241. #define    __P(args)    ()    /* No prototypes.  */
  242. #endif
  243.  
  244. #ifndef HAVE_SIG_T
  245. typedef RETSIGTYPE (*sig_t) ();
  246. #endif
  247.  
  248. #endif /* HAVE___P */
  249.